bitkeeper revision 1.1236.1.95 (423d90c7SBXNlShGVmT7ksTwZFp-Bw)
authoriap10@firebug.cl.cam.ac.uk <iap10@firebug.cl.cam.ac.uk>
Sun, 20 Mar 2005 15:03:35 +0000 (15:03 +0000)
committeriap10@firebug.cl.cam.ac.uk <iap10@firebug.cl.cam.ac.uk>
Sun, 20 Mar 2005 15:03:35 +0000 (15:03 +0000)
LSM INIT INFO block added to xendomains
From: Kurt Garloff
Signed-off-by: ian@xensource.com
tools/examples/init.d/xendomains

index 3180f45aa20f9578c202edb0b771552224a418a1..ac2b273fd7ccea7a37aa428c58de2ab6cba29062 100755 (executable)
 # Applications HOWTO" by Avi Alkalay
 # <http://www.tldp.org/HOWTO/HighQuality-Apps-HOWTO/>
 #
+### BEGIN INIT INFO
+# Provides:          xendomains
+# Required-Start:    $syslog $remote_fs xend
+# Should-Start:
+# Required-Stop:     $syslog $remote_fs xend
+# Should-Stop:
+# Default-Start:     3 4 5
+# Default-Stop:      0 1 2 6
+# Short-Description: Start/stop secondary xen domains
+# Description:       Start / stop domains automatically when domain 0 
+#                    boots / shuts down.
+### END INIT INFO
 
 if ! [ -e /proc/xen/privcmd ]; then
        exit 0